![]() |
PATH![]() |
![]() ![]() |
OSStatus URLGetProperty (
URLReference urlRef,
const char* property,
void* propertyBuffer,
Size bufferSize);
Before calling URLGetProperty , call URLGetPropertySize to make sure that your buffer is big enough to hold the property value. Then specify the size of the buffer required for that property value in the bufferSize parameter.
The function URLSetProperty .